Sets or returns a Font object.
Syntax
object.Font [ = Font ]
Part | Description |
object | An object expression that evaluates to an instance of ComboONE. |
font | Required. Font object. |
Remarks
Use the Font property of an object to identify a specific Font object whose properties you want to use. For example, the following code changes the Bold property setting of a Font object identified by the Font property of a ComboONE object:
dbpCombo1.Font.Bold = True
Copyright (c) 1998 DBPro - Database Solutions for Professionals GmbH